-
Notifications
You must be signed in to change notification settings - Fork 13.3k
extra: Put the nail in the coffin, delete libextra #12896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👏 |
The rust-lang.org homepage will need to be updated for this. |
This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes rust-lang#8784 Closes rust-lang#12413 Closes rust-lang#12576
Perhaps we can find different homes for these modules later? I hate to think they got promoted to std just because they were the last modules standing. |
I think that |
We could have the core |
Just wanted to point out that there are dead links to extra on the homepage and also the "other docs" page. |
See rust-lang/prev.rust-lang.org#22 for removal of the links. |
This commit shreds all remnants of libextra from the compiler and standard
distribution. Two modules, c_vec/tempfile, were moved into libstd after some
cleanup, and the other modules were moved to separate crates as seen fit.
Closes #8784
Closes #12413
Closes #12576